Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert cluster client to a property #975

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

carolineechen
Copy link
Collaborator

No description provided.

Copy link

sentry-io bot commented Jul 8, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: runhouse/resources/hardware/cluster.py

Function Unhandled Issue
restart_server ValueError: Error installing runhouse on cluster node <18.206.55.215> ...
Event Count: 1

Did you find this useful? React with a 👍 or 👎

Copy link
Collaborator Author

carolineechen commented Jul 8, 2024

@@ -616,7 +620,7 @@ def connect_server_client(self, force_reconnect=False):
# Connecting to localhost because it's tunneled into the server at the specified port.
# As long as the tunnel was initialized,
# self.client_port has been set to the correct port
self.client = HTTPClient(
self.http_client = HTTPClient(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be private?

@carolineechen carolineechen merged commit a2a2cd5 into main Jul 12, 2024
11 of 12 checks passed
@carolineechen carolineechen deleted the cc/client-property branch July 12, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants